home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00031.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  468 b   |  18 lines

  1. on enterFrame
  2.   global currenttxt, currenttitle, gmovie, clip1
  3.   puppetPalette(0)
  4.   if the soundEnabled = 0 then
  5.     puppetSprite(48, 1)
  6.     set the castNum of sprite 48 to cast "sound2.bmp"
  7.     updateStage()
  8.   end if
  9.   set gmovie to clip1
  10.   set the text of cast "base title" to currenttitle
  11.   set the text of cast "base txt" to currenttxt
  12.   if the soundEnabled = 1 then
  13.     set songnum to random(2)
  14.     sound playFile 2, "song" & songnum
  15.   end if
  16.   updateStage()
  17. end
  18.